home *** CD-ROM | disk | FTP | other *** search
/ Boris Fantasy Art / Boris Fantasy Art.iso / pc / programs / alchemy / alchemy.txt < prev   
Text File  |  1992-11-08  |  1KB  |  31 lines

  1. IMAGE ALCHEMY
  2.  
  3. Image Alchemy is a DOS-based image conversion program.  It supports a wide
  4. variety of image formats, including GIF, TIFF, Windows BMP, and many
  5. other popular formats.
  6.  
  7. The general syntax is as follows:
  8.  
  9.         ALCHEMY [-options] inputFile [outputFile]
  10.  
  11. The [-options] switch sets the image type to be converted to, as well as
  12. several other options.  Typing "ALCHEMY -h" will give you the option switch
  13. help menu.  "ALCHEMY -h1" will give you general options.  "ALCHEMY -h2" 
  14. and "ALCHEMY -h3" will give you a listing of the various image formats
  15. Image Alchemy can convert to.  Here is an example:
  16.  
  17.         ALCHEMY -g c:\images\beach.tif
  18.  
  19. This command will convert the image "beach.tif" in the "c:\images"
  20. subdirectory into a GIF file (the option switch was set to -g for GIF)
  21. and save it to the same subdirectory.  Here is another example:
  22.  
  23.         ALCHEMY -t b:\vacation.pcx c:\tom\trip 
  24.         
  25. This command will convert the image "vacation.pcx" from the "b:" drive
  26. to a TIFF file that is saved as "trip.tif" (Image Alchemy will add the 
  27. .tif extension automatically) in the "c:\tom" subdirectory.
  28.  
  29. Consult the help option switches in Image Alchemy for further options
  30. and image formats.
  31.